home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / bin / oneko.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  1994-08-01  |  333b  |  10 lines

  1. #!/bin/sh
  2.  
  3. ./oneko -tora &
  4.  
  5. case `xconfirm -header "onkeo the cat chasing the mouse" -geometry 276x160+50+400 -t "oneko runs slower now than if she" -t "were launched from yer local disk." -t "wanna quit oneko running off the CD?" -t "(else she'll slowly chase the mouse)" -b No -B Yes`
  6. in
  7.      Yes) killall oneko;;
  8.      No) ;;
  9. esac
  10.